KalmanEstimator
KalmanEstimator[ssm,{w,v}] constructs the Kalman estimator for the StateSpaceModel ssm with process and measurement noise covariance matrices w and v.
KalmanEstimator[ssm,{w,v,h}] includes the cross-covariance matrix h.
KalmanEstimator[{ssm,sensors},{…}] specifies sensors as the noisy measurements of ssm.
KalmanEstimator[{ssm,sensors,dinputs},{…}] specifies dinputs as the deterministic inputs of ssm.
Please visit the official Wolfram Language Reference for more details and examples on core symbols.